Automatically redact documents

You can select specific types of information to redact in the selected documents that contain images. In addition, you can supply a regular expression to redact when found in the selected documents. For more information about regex, refer to Regular expression reference.

Use Search Builder to select the documents that contain images. To search for documents that contain images, refer to Search for document images.

Perform the following procedure to automatically perform redaction on selected documents.

  1. In the Project page, click .
  2. Select the documents to automatically redact.
  3. In the pane, click .
  4. In , type a name to identify the redact action.
  5. In , select one or more of the following data types to redact.
    • Bank Account Number (UK). Finds the UK bank account numbers, which typically contain eight numbers without any separator.

    • Bank Account Number (US). Finds the US bank account numbers, which typically contain 5 to 17 numbers without any separator.

    • . Finds dates where numbers match the following patterns, using a forward slash (/), period (.), or hyphen (-) as the date separator. In addition, year can appear as four- or two-digits (yyyy or yy).
      Date separator: /Date separator: .Date separator: -
      mm/dd/yyyy
      mm/dd/yy
      mm.dd.yyyy
      mm.dd.yy
      mm-dd-yyyy
      mm-dd-yy
      dd/mm/yyyy
      dd/mm/yy
      dd.mm.yyyy
      dd.mm.yy
      dd-mm-yyyy
      dd-mm-yy
      yyyy/dd/mm
      yy/dd/mm
      yyyy.dd.mm
      yy.dd.mm
      yyyy-dd-mm
      yy-dd-mm
      yyyy/mm/dd
      yy/mm/dd
      yyyy.mm.dd
      yy.mm.dd
      yyyy-mm-dd
      yy-mm-dd

      Click to view Regular Expression for DateClosed
      (\b|^)([0123]?[0-9])[\/.\-]([0123]?[0-9])[\/.\-]([1-2][0-9]{3}|[0-9]{2})(\b|$)|(\b|^)(\d{4}|\d{2})[\/.\-]([0123]?[0-9])[\/.\-](([0123][012])|([0-9]))(\b|$)|(\b|^)([1-9])[\/.\-]([1-9]|[0123][012])[\/.\-]([1-2][0-9][0-9][0-9]|[0-9][0-9])(\b|$)
    • . Finds email addresses using alphanumeric characters adjoined before and after an at sign (@), ending with a period and three alphanumeric characters.
      xxx@xxx.xxx
      Click to view Regular Expression for Email Closed
      [a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}
    • National Insurance Number (UK). Finds the national insurance numbers, which contain two prefix letters, six numbers, and one suffix letter in the following patterns.
      xx xxxxxx x
      xxxxxxxxx
      xx xx xx xx x

    • Passport Number (UK). Finds the UK passport numbers, which contain nine numbers without any separator.

    • Passport Number (US). Finds the US passport numbers, which contain either nine numbers or one prefix letter and eight numbers without any separator.

    • ITIN (US). Finds the individual taxpayer identification numbers where numbers match the following pattern, using hyphens or spaces as separators.
      9xx-xx-xxxx
      9xx xx xxxx

    • . Finds social security numbers where numbers match the following pattern, using hyphens or spaces as separators.
      xxx-xx-xxxx
      xxx xx xxxx
      Click to view Regular Expression for SSNClosed
      [0-9]{3}[-|[:space:]][0-9]{2}[-|[:space:]][0-9]{4}

    • . Finds telephone numbers with the following patterns, using a hyphen (-), period (.), or space as separators.
      (xxx)-xxx-xxx
      xxx-xxx-xxx
      xxx-xxxx
      Phone # separator: -Phone # separator: .Phone separator# : space
      (xxx)-xxx-xxx(xxx).xxx.xxx(xxx) xxx xxx
      xxx-xxx-xxxxxx.xxx.xxxxxx xxx xxx
      xxx-xxxxxxx.xxxxxxx xxxx
      Click to view Regular Expression for PhoneClosed
      (\(?\d{3}\)?[ .-])?\d{3}[ .-]\d{4}
  6. In , check the box and then type a word, phrase, or regular expression that represents the pattern of letters and numbers you want to redact.
    • To create additional custom regular expressions to match, select and type an additional regular expression.
      Click to view Custom examplesClosed
      compensation
      private conversation
      \w+@epiqglobal.com
  7. Click . When prompted to confirm the redaction, click .
  8. To view details about the submitted job, In the Project page, click Jobs Overview.

  9. In the Jobs Overview page, when the Job Status indicator reaches 100%, in the Job Name column, click the job you submitted. The resulting Information dialog box contains details about the job, including the number of documents that were selected and if any documents were skipped. For more details about this Information dialog box, refer to View Auto Redaction job details.